home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Akce / xtran5pw.exe / {app} / pomocnik.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2004-01-24  |  6KB  |  243 lines

  1. object frmMain: TfrmMain
  2.   Left = 62
  3.   Top = 124
  4.   Width = 144
  5.   Height = 154
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'X Translator 5'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object panelPodklad4: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 136
  26.     Height = 120
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     Caption = 'panelPodklad4'
  30.     TabOrder = 0
  31.     object panelSlovo: TPanel
  32.       Left = 0
  33.       Top = 0
  34.       Width = 136
  35.       Height = 25
  36.       Align = alTop
  37.       BevelOuter = bvNone
  38.       Caption = 'panelSlovo'
  39.       TabOrder = 0
  40.       object panelSlovo2: TPanel
  41.         Left = 0
  42.         Top = 0
  43.         Width = 136
  44.         Height = 25
  45.         Align = alClient
  46.         BevelOuter = bvNone
  47.         TabOrder = 0
  48.         object editSlovo: TEdit
  49.           Left = 2
  50.           Top = 2
  51.           Width = 51
  52.           Height = 20
  53.           Ctl3D = False
  54.           Font.Charset = EASTEUROPE_CHARSET
  55.           Font.Color = clWindowText
  56.           Font.Height = -11
  57.           Font.Name = 'Arial'
  58.           Font.Style = []
  59.           ParentCtl3D = False
  60.           ParentFont = False
  61.           TabOrder = 0
  62.           OnChange = editSlovoChange
  63.           OnKeyDown = editSlovoKeyDown
  64.         end
  65.         object ComboBoxSlovnik: TComboBox
  66.           Left = 57
  67.           Top = 2
  68.           Width = 60
  69.           Height = 21
  70.           Ctl3D = True
  71.           ItemHeight = 13
  72.           ParentCtl3D = False
  73.           Sorted = True
  74.           TabOrder = 1
  75.           Text = 'Slovn∩┐╜k'
  76.           OnChange = ComboBoxSlovnikChange
  77.         end
  78.         object checkBoxTop: TCheckBox
  79.           Left = 120
  80.           Top = 4
  81.           Width = 16
  82.           Height = 17
  83.           Hint = 
  84.             'Za∩┐╜krtnut∩┐╜m tla∩┐╜∩┐╜tka bud okno z∩┐╜st∩┐╜vat v∩┐╜dy nad ostatn∩┐╜mi okny, ' +
  85.             'tak∩┐╜e bude v∩┐╜dy vid∩┐╜t. Neza∩┐╜krtl∩┐╜ tla∩┐╜∩┐╜tko funkci vypne.'
  86.           Checked = True
  87.           Ctl3D = True
  88.           ParentCtl3D = False
  89.           ParentShowHint = False
  90.           ShowHint = True
  91.           State = cbChecked
  92.           TabOrder = 2
  93.           OnClick = checkBoxTopClick
  94.         end
  95.       end
  96.     end
  97.     object panelPodklad5: TPanel
  98.       Left = 0
  99.       Top = 25
  100.       Width = 136
  101.       Height = 95
  102.       Align = alClient
  103.       BevelOuter = bvNone
  104.       Caption = 'panelPodklad5'
  105.       TabOrder = 1
  106.       OnResize = panelPodklad5Resize
  107.       object panelVyznam: TPanel
  108.         Left = 0
  109.         Top = 0
  110.         Width = 136
  111.         Height = 95
  112.         Align = alClient
  113.         BevelOuter = bvNone
  114.         TabOrder = 0
  115.         object Edit1: TEdit
  116.           Left = 416
  117.           Top = 256
  118.           Width = 9
  119.           Height = 21
  120.           TabOrder = 0
  121.           Text = 'Edit1'
  122.           Visible = False
  123.         end
  124.         object panelPodklad1: TPanel
  125.           Left = 0
  126.           Top = 75
  127.           Width = 136
  128.           Height = 20
  129.           Align = alBottom
  130.           BevelOuter = bvNone
  131.           TabOrder = 1
  132.           object btnPreklad: TButton
  133.             Left = 0
  134.             Top = 0
  135.             Width = 57
  136.             Height = 21
  137.             Caption = 'P∩┐╜eklad'
  138.             TabOrder = 0
  139.             OnClick = btnPrekladClick
  140.           end
  141.           object btnSeznam: TButton
  142.             Left = 56
  143.             Top = 0
  144.             Width = 81
  145.             Height = 21
  146.             Caption = 'Seznam slov'
  147.             TabOrder = 1
  148.             OnClick = btnSeznamClick
  149.           end
  150.         end
  151.         object panelSeznam: TPanel
  152.           Left = 0
  153.           Top = 0
  154.           Width = 136
  155.           Height = 41
  156.           Align = alTop
  157.           BevelOuter = bvNone
  158.           Caption = 'panelSeznam'
  159.           TabOrder = 2
  160.           OnResize = panelSeznamResize
  161.           object stringGridSeznam: TStringGrid
  162.             Left = 0
  163.             Top = 0
  164.             Width = 136
  165.             Height = 25
  166.             Align = alClient
  167.             BorderStyle = bsNone
  168.             Color = 15262941
  169.             ColCount = 1
  170.             DefaultColWidth = 170
  171.             DefaultRowHeight = 16
  172.             FixedCols = 0
  173.             RowCount = 1
  174.             FixedRows = 0
  175.             Font.Charset = EASTEUROPE_CHARSET
  176.             Font.Color = clBlack
  177.             Font.Height = -11
  178.             Font.Name = 'Arial'
  179.             Font.Style = []
  180.             Options = []
  181.             ParentFont = False
  182.             ScrollBars = ssVertical
  183.             TabOrder = 0
  184.             OnDblClick = stringGridSeznamDblClick
  185.             OnKeyDown = stringGridSeznamKeyDown
  186.           end
  187.           object panelNalezeno: TPanel
  188.             Left = 0
  189.             Top = 25
  190.             Width = 136
  191.             Height = 16
  192.             Hint = 'Po∩┐╜et nalezen∩┐╜ch slov, kter∩┐╜ za∩┐╜∩┐╜naj∩┐╜ zadan∩┐╜mi p∩┐╜smeny'
  193.             Align = alBottom
  194.             Caption = 'X Translator 5'
  195.             Font.Charset = EASTEUROPE_CHARSET
  196.             Font.Color = clBlack
  197.             Font.Height = -11
  198.             Font.Name = 'Arial'
  199.             Font.Style = []
  200.             ParentFont = False
  201.             ParentShowHint = False
  202.             ShowHint = True
  203.             TabOrder = 1
  204.           end
  205.         end
  206.         object panelPodklad2: TPanel
  207.           Left = 0
  208.           Top = 41
  209.           Width = 136
  210.           Height = 34
  211.           Align = alClient
  212.           BevelOuter = bvNone
  213.           TabOrder = 3
  214.           object editPreklad: TRichEdit
  215.             Left = 0
  216.             Top = 0
  217.             Width = 136
  218.             Height = 34
  219.             Align = alClient
  220.             BorderStyle = bsNone
  221.             Font.Charset = EASTEUROPE_CHARSET
  222.             Font.Color = clWindowText
  223.             Font.Height = -11
  224.             Font.Name = 'MS Sans Serif'
  225.             Font.Style = []
  226.             ParentFont = False
  227.             ReadOnly = True
  228.             ScrollBars = ssVertical
  229.             TabOrder = 0
  230.             OnResizeRequest = editPrekladResizeRequest
  231.           end
  232.         end
  233.       end
  234.     end
  235.   end
  236.   object Timer1: TTimer
  237.     Interval = 50
  238.     OnTimer = Timer1Timer
  239.     Left = 100
  240.     Top = 65
  241.   end
  242. end
  243.